For PR1338: Rename test dirs
[oota-llvm.git] / test / FrontendC / 2003-12-14-ExternInlineSupport.c
1 // RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
2
3 extern __inline__ void dead_function() {}