Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dattr-trivial-abi.cpp53 struct __attribute__((trivial_abi)) S3_4 { // expected-warning {{'trivial_abi' cannot be applied to… struct
57 static_assert(!__is_trivially_relocatable(S3_4<int>), ""); argument