diff options
Diffstat (limited to 'test.c')
| -rw-r--r-- | test.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -34,6 +34,11 @@ int diff(struct f *x, struct f *y) return x - y; } +_Bool narrow(int x) +{ + return (float) x; +} + #define xx 2 int waaa[xx == 0 ? 'Z' |