xref: /llvm-project/clang/test/Sema/wasm-refs-and-table-ped.c (revision 55aeb23fe0084d930ecd7335092d712bd71694c7)
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
4