mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-06 19:31:13 +00:00
bf08e82d8e
llvm-svn: 79992
9 lines
140 B
C
9 lines
140 B
C
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
|
|
|
|
/* This is apparently legal C.
|
|
*/
|
|
extern __inline__ void test() { }
|
|
|
|
void test() {
|
|
}
|