1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-17 21:32:04 +00:00
llvm-6502/test/CFrontend/2003-12-14-ExternInlineSupport.c.tr

4 lines
111 B
Plaintext
Raw Normal View History

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