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

test_diff <<'EOF'
#include <assert.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 <time.h>
#include <uchar.h>

int main() {}
EOF