bolt/deps/llvm-18.1.8/clang/test/CodeGen/2006-01-13-Includes.c
2025-02-14 19:21:04 +01:00

10 lines
215 B
C

// RUN: %clang_cc1 %s -debug-info-kind=limited -emit-llvm -o - | FileCheck %s
// PR676
int printf(const char * restrict format, ...);
void test(void) {
printf("Hello World\n");
}
// CHECK: test{{[\\/]}}CodeGen