bolt/deps/llvm-18.1.8/clang/test/Sema/wasm-refs-and-table-ped.c
2025-02-14 19:21:04 +01:00

3 lines
218 B
C

// RUN: %clang_cc1 -fsyntax-only -pedantic -verify=expected -triple wasm32 -Wno-unused-value -target-feature +reference-types %s
// No error should be emitted.
static __externref_t table[0]; // expected-no-diagnostics