Home | History | Annotate | Download | only in FrontendC
      1 // RUN: not %llvmgcc -xc %s -S -o /dev/null |& \
      2 // RUN:   grep fluffy | grep 2006-09-25-DebugFilename.c
      3 #include "2006-09-25-DebugFilename.h"
      4 int func1() { return hfunc1(); }
      5 int func2() { fluffy; return hfunc1(); }
      6 
      7