1 // RUN: %llvmgcc %s -S -o -
3 // Aggregates of size zero should be dropped from argument list.
4 typedef long int Tlong
;
6 __attribute__((aligned
)) Tlong
:0;
9 extern struct S2411 a2411
[5];
10 extern void checkx2411(struct S2411
);
15 // Proper handling of zero sized fields during type conversion.
16 typedef unsigned long long int Tal2ullong
__attribute__((aligned(2)));
31 // Taking address of a zero sized field.
37 void *f(struct Y
*y
) {