From 7452ac7c145763336808556e620170b71205fe40 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 7 Nov 2004 00:34:45 +0000 Subject: [PATCH] This is not part of the test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17541 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Debugger/funccall.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Debugger/funccall.c b/test/Debugger/funccall.c index cc363858ac8..b99a8851d31 100644 --- a/test/Debugger/funccall.c +++ b/test/Debugger/funccall.c @@ -12,3 +12,6 @@ int main() { return q; } + +// This is the source that corresponds to funccall.ll +// RUN: exit 0 -- 2.34.1