bolt/deps/llvm-18.1.8/clang/test/Sema/wasm-refs-and-table-ped.c

4 lines
218 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// 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