Clang Project

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