Home
last modified time | relevance | path

Searched defs:S3_3 (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dattr-trivial-abi.cpp38 struct __attribute__((trivial_abi)) S3_3 { // expected-warning {{'trivial_abi' cannot be applied to… struct
46 static_assert(__is_trivially_relocatable(S3_3), ""); argument