- BugFix: make_function_1_type_variadic() must hash the type itself, NOT
[cparser] / lextest / legalc / string.c
1 #include <stdio.h>
2
3 int main()
4 {
5         printf("String "// Hello /*
6 /*world*/" ??/"World\"\n");
7         printf("Sharp: \???=\n");
8         return 0;
9 }