Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dstruct-packed-align.c79 struct __attribute__((packed)) as3 { struct
85 extern int g1[sizeof(struct as3) == 16 ? 1 : -1]; argument