Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dstruct-packed-align.c51 struct __attribute__((aligned(8))) as1 { struct
55 extern int e1[sizeof(struct as1) == 8 ? 1 : -1]; argument
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Daggregate-initialization.cpp64 A as1[1] = { }; in f() local