blob: eea52ba7608c7024def6fc94235972c3e2128fea [file] [log] [blame]
Dan Gohman83935ac2007-12-11 15:50:23 +00001// RUN: not %llvmgcc -xc %s -S -o /dev/null |& \
Tanya Lattnereff2cdf2007-06-18 22:23:39 +00002// RUN: grep fluffy | grep 2006-09-25-DebugFilename.c
John Criswella47c2e42006-09-25 19:12:01 +00003#include "2006-09-25-DebugFilename.h"
4int func1() { return hfunc1(); }
Anton Korobeynikovbeabc262007-04-16 21:07:00 +00005int func2() { fluffy; return hfunc1(); }
John Criswella47c2e42006-09-25 19:12:01 +00006