brintos

brintos / llvm-project-archived public Read only

0
0
Text · 223 B · 2edb63f Raw
5 lines · c
1// RUN: not %clang_cc1  %s -emit-llvm -o /dev/null2#include "2006-09-25-DebugFilename.h"3int func1() { return hfunc1(); }4int func2() { fluffy; return hfunc1(); } // expected-error {{use of undeclared identifier 'fluffy'}}5