ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/objc.dg/pr94637.m

11 lines
115 B
Mathematica
Raw Permalink Normal View History

2024-04-01 15:19:46 +00:00
/* PR objc/94637 */
/* { dg-do compile } */
#include <objc/objc.h>
SEL
foo ()
{
return @selector(example::);
}