diff options
| author | 2023-05-28 09:40:42 +0200 | |
|---|---|---|
| committer | 2023-05-28 09:40:42 +0200 | |
| commit | 6f7bea0cff2ecbca3427def8ead2c9ceec966b14 (patch) | |
| tree | b8a4e0ecf13f7025a6dc2d057ce949def45b90be /test.c | |
| parent | 0be496ba1ca5695091494576fb18e4368789b491 (diff) | |
bool fixes
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' |