bolt/deps/llvm-18.1.8/clang/test/CodeGen/2003-06-29-MultipleFunctionDefinition.c

9 lines
153 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: %clang_cc1 -std=gnu89 -emit-llvm %s -o /dev/null
/* This is apparently legal C.
*/
extern __inline__ void test(void) { }
void test(void) {
}