Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / regression / qct / 0061-comments.c
blobd2f50609d8f85296f6e26f510705843f273ad2fc
1 // line comment
3 int
4 main()
6 /*
7 multiline
8 comment
9 */
10 return 0;