summaryrefslogtreecommitdiff
path: root/test/FrontendC/2003-12-14-ExternInlineSupport.c
blob: a45eb98dca2ad084c145f1e39ff59429d541fecd (plain)
1
2
3
// RUN: %llvmgcc -xc %s -S -o - | not grep dead_function

extern __inline__ void dead_function() {}