summaryrefslogtreecommitdiff
path: root/test/Sema/atomic-expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/atomic-expr.c')
-rw-r--r--test/Sema/atomic-expr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Sema/atomic-expr.c b/test/Sema/atomic-expr.c
index 5602d545cc..997ee90e9f 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;
+}