aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test_keywords.sh
blob: 1b99b678866a06a8954928269f9532904d6e884c (plain)
1
2
3
4
5
6
7
8
9
touch expected
test_diff <<'EOF'
// A keyword is treated as a normal identifier in preprocessing phase.
#define auto int

auto printf();
auto main() {}
EOF