1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/Regression/CFrontend/2003-12-14-ExternInlineSupport.c.tr
Chris Lattner 43f78576a7 New testcase
llvm-svn: 10468
2003-12-15 00:03:53 +00:00

4 lines
111 B
Plaintext

// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
extern __inline__ void dead_function() {}