diff options
-rw-r--r-- | test/Driver/strictalign.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Driver/strictalign.c b/test/Driver/strictalign.c new file mode 100644 index 0000000000..e48c07c5c5 --- /dev/null +++ b/test/Driver/strictalign.c @@ -0,0 +1,2 @@ +// RUN: %clang -### -mstrict-align %s 2>&1 | FileCheck %s +// CHECK: -mstrict-align |