diff options
Diffstat (limited to 'test/Sema/atomic-expr.c')
-rw-r--r-- | test/Sema/atomic-expr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Sema/atomic-expr.c b/test/Sema/atomic-expr.c index 5602d54..997ee90 100644 --- a/test/Sema/atomic-expr.c +++ b/test/Sema/atomic-expr.c @@ -58,3 +58,6 @@ int func_13 (int x, unsigned y) { return x ? data1 : y; } +int func_14 () { + return data1 == 0; +} |