1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/test/CFrontend/2003-12-14-ExternInlineSupport.c.tr

4 lines
111 B
Plaintext
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() {}