[lld][WebAssembly] Reinstate mistakenly disabled test. NFC
[llvm-project.git] / clang / test / Parser / pragma-options.cpp
blob8f5a2152c7b158829075e2c28a8caaa4eab5cf1b
1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -Wno-pragma-pack -fsyntax-only -verify %s
2 // expected-no-diagnostics
4 class C {
5 #pragma options align=natural
6 };