mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
eff2cdfca7
Fix up Annotate attribute test case. Fix DebugFilename.c test case to look for right file name. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37632 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
221 B
C
7 lines
221 B
C
// RUN: ignore %llvmgcc -xc %s -S -o /dev/null |& \
|
|
// RUN: grep fluffy | grep 2006-09-25-DebugFilename.c
|
|
#include "2006-09-25-DebugFilename.h"
|
|
int func1() { return hfunc1(); }
|
|
int func2() { fluffy; return hfunc1(); }
|
|
|