blob: 4b50526b94309f368e74524aff37d994838fd2df [file] [log] [blame]
Douglas Katzman3459ce22015-10-08 04:24:12 +00001// RUN: %clang_cc1 %s -debug-info-kind=limited -emit-llvm -o - | FileCheck %s
Eric Christophere70ea8b2011-07-26 21:42:32 +00002// PR676
3
4int printf(const char * restrict format, ...);
5
6void test() {
7 printf("Hello World\n");
8}
9
Benjamin Kramer73eb8c72011-10-14 19:03:46 +000010// CHECK: test{{[\\/]}}CodeGen