Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Sema / wasm-refs-and-table-ped.c
blob19feca8cec5d3b41252fd3e1c834914239d700f3
1 // RUN: %clang_cc1 -fsyntax-only -pedantic -verify=expected -triple wasm32 -Wno-unused-value -target-feature +reference-types %s
2 // No error should be emitted.
3 static __externref_t table[0]; // expected-no-diagnostics