1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 22:42:52 +01:00
llvm-mirror/test/FrontendC/2003-12-14-ExternInlineSupport.c

4 lines
111 B
C
Raw Normal View History

2003-12-15 01:03:53 +01:00
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
extern __inline__ void dead_function() {}