diff options
Diffstat (limited to 'test/Sema/pragma-align-mac68k-unsupported.c')
-rw-r--r-- | test/Sema/pragma-align-mac68k-unsupported.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Sema/pragma-align-mac68k-unsupported.c b/test/Sema/pragma-align-mac68k-unsupported.c new file mode 100644 index 0000000..6588aa1 --- /dev/null +++ b/test/Sema/pragma-align-mac68k-unsupported.c @@ -0,0 +1,4 @@ +// RUN: %clang-cc1 -triple x86_64-apple-darwin10 -fsyntax-only -verify %s +// RUN: %clang-cc1 -triple i386-pc-linux-gnu -fsyntax-only -verify %s + +/* expected-error {{mac68k alignment pragma is not supported}} */ #pragma options align=mac68k |