Daniel Dunbar | a289393 | 2009-05-13 23:08:57 +0000 | [diff] [blame] | 1 | // 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 |