Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dstruct-packed-align.c66 struct as2 { struct
71 extern int f1[sizeof(struct as2) == 16 ? 1 : -1]; argument
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Daggregate-initialization.cpp65 …A as2[1] = { 1 }; // expected-error {{copying array element of type 'A' invokes deleted constructo… in f() local