1*f4a2713aSLionel Sambuc // RUN: not %clang_cc1 %s -emit-llvm -o /dev/null 2*f4a2713aSLionel Sambuc #include "2006-09-25-DebugFilename.h" func1()3*f4a2713aSLionel Sambucint func1() { return hfunc1(); } func2()4*f4a2713aSLionel Sambucint func2() { fluffy; return hfunc1(); } // expected-error {{use of undeclared identifier 'fluffy'}} 5