make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git] / test / FrontendC / 2003-12-14-ExternInlineSupport.c
blobfb92ec773c1a6239a0a101b3b07779539329282a
1 // RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
3 extern __inline__ void dead_function() {}