diff options
Diffstat (limited to 'test/Sema/attr-section.c')
-rw-r--r-- | test/Sema/attr-section.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/attr-section.c b/test/Sema/attr-section.c index 614f294..a932525 100644 --- a/test/Sema/attr-section.c +++ b/test/Sema/attr-section.c @@ -12,4 +12,4 @@ int y __attribute__((section( void test() { __attribute__((section("NEAR,x"))) int n1; // expected-error {{'section' attribute is not valid on local variables}} __attribute__((section("NEAR,x"))) static int n2; // ok. -}
\ No newline at end of file +} |