blob: 893a79ec886d132cdb58fc02903e052b2b6e01b5 [file] [log] [blame]
Reid Spencer4cda1902007-04-16 15:15:52 +00001// RUN: %llvmgcc -xc %s -S -o /dev/null |& \
2// RUN: grep fluffy | grep 2006-09-25-DebugFilename.c.tr
John Criswella47c2e42006-09-25 19:12:01 +00003#include "2006-09-25-DebugFilename.h"
4int func1() { return hfunc1(); }
Reid Spencer4cda1902007-04-16 15:15:52 +00005int func2() { int fluffy; return hfunc1(); }
John Criswella47c2e42006-09-25 19:12:01 +00006