blob: c59e9ad2ce7c2c7aad08942ea410db72e3aef141 [file] [log] [blame]
John Criswella47c2e42006-09-25 19:12:01 +00001// RUN: %llvmgcc -xc %s -S -o /dev/null 2>&1 | grep fluffy | grep '2006-09-25-DebugFilename.c.tr'
2#include "2006-09-25-DebugFilename.h"
3int func1() { return hfunc1(); }
4int func2() { fluffy; return hfunc1(); }
5