diff options
Diffstat (limited to 'test/Sema/init.c')
-rw-r--r-- | test/Sema/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Sema/init.c b/test/Sema/init.c index 76f35303d7..f8110079d0 100644 --- a/test/Sema/init.c +++ b/test/Sema/init.c @@ -143,3 +143,4 @@ int PR4386_a = ((void *) PR4386_bar) != 0; int PR4386_b = ((void *) PR4386_foo) != 0; // expected-error{{initializer element is not a compile-time constant}} int PR4386_c = ((void *) PR4386_zed) != 0; int PR4386_zed() __attribute((weak)); + |