blob: 4219319ddff87ac11f40b99b1a4b79eb1fc2b31e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 1 "<stdin>"
printf("x" "1" "= %d, x" "2" "= %s", x1, x2);
fputs(
"strncmp(\"abc\\0d\", \"abc\", '\\4') == 0" ": @\n", s);
\#include "vers2.h"
"hello";
"hello" ", world"
|