aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/include_stdc.sh
blob: deee597a64cd441fdc44467bd36f3837d00d5bca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
cat <<'EOF' > expected
EOF

test_diff <<'EOF'
#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <limits.h>
#include <locale.h>
#include <setjmp.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
// #include <stdlib.h>
// #include <string.h>
#include <time.h>
#include <uchar.h>

int main() {}
EOF