Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git] / test / FrontendObjC / 2009-04-14-AsmSection.m
blobde2cef00ff56cc9633d1144fe86446dcac265208
1 // RUN: %llvmgcc -S %s -fobjc-abi-version=2 -emit-llvm -o %t
2 // RUN: grep {OBJC_CLASS_\\\$_A.*section.*__DATA, __objc_data.*align} %t
3 // XTARGET: darwin
5 @interface A
6 @end
8 @implementation A
9 @end