xref: /minix3/external/bsd/llvm/dist/clang/test/CodeGen/2006-09-25-DebugFilename.c (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1 // RUN: not %clang_cc1  %s -emit-llvm -o /dev/null
2 #include "2006-09-25-DebugFilename.h"
func1()3 int func1() { return hfunc1(); }
func2()4 int func2() { fluffy; return hfunc1(); } // expected-error {{use of undeclared identifier 'fluffy'}}
5