aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2003-12-14-ExternInlineSupport.c
blob: 510d1f800f4c0a8b81dde1292a8257cc9ae44ec5 (plain)
1
2
3
// RUN: %llvmgcc -Os -xc %s -c -o - | llvm-dis | not grep dead_function

extern __inline__ void dead_function() {}