summaryrefslogtreecommitdiff
path: root/test/Sema/static-init.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/static-init.c')
-rw-r--r--test/Sema/static-init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Sema/static-init.c b/test/Sema/static-init.c
index cd495568ca..510f3ab099 100644
--- a/test/Sema/static-init.c
+++ b/test/Sema/static-init.c
@@ -11,11 +11,11 @@ _Bool t = &t;
union bar {
- int i;
+ int i;
};
struct foo {
- unsigned ptr;
+ unsigned ptr;
};
union bar u[1];