bolt/deps/llvm-18.1.8/clang/test/Sema/weak-import-on-enum.c

9 lines
249 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-apple-darwin %s
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
// expected-no-diagnostics
enum __attribute__((deprecated)) __attribute__((weak_import)) A {
a0
};