blob: 178e51cf2738448a82baa75f3cb288723b4716ad [file] [log] [blame]
Daniel Dunbara2893932009-05-13 23:08:57 +00001// RUN: clang-cc -triple i386-apple-darwin9 -g -emit-llvm -o %t %s &&
2// RUN: grep -F 'internal constant [8 x i8] c"-[A m0]\00"' %t
3
4@interface A @end
5@implementation A
6-(void) m0 {}
7@end