/* a comment / */ | |
/* "not a string" */ | |
/* | |
multiline comment | |
comment | |
*/ | |
int main() | |
{ | |
auto char* multi = "a multi"; /* and a comment !*/ | |
} | |
/* A final comment for good measure /* /* /* */ | |
/* a comment / */ | |
/* "not a string" */ | |
/* | |
multiline comment | |
comment | |
*/ | |
int main() | |
{ | |
auto char* multi = "a multi"; /* and a comment !*/ | |
} | |
/* A final comment for good measure /* /* /* */ | |