brintos

brintos / llvm-project-archived public Read only

0
0
Text · 218 B · 19feca8 Raw
4 lines · c
1// RUN: %clang_cc1 -fsyntax-only -pedantic -verify=expected -triple wasm32 -Wno-unused-value -target-feature +reference-types %s2// No error should be emitted.3static __externref_t table[0]; // expected-no-diagnostics4