diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-07 00:34:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-07 00:34:45 +0000 |
commit | 7452ac7c145763336808556e620170b71205fe40 (patch) | |
tree | 4ca4e0437367766dbdb148d5a8cd55230824d33e /test/Debugger | |
parent | a11bcdf11053920f450906786cd52ac013770377 (diff) | |
download | external_llvm-7452ac7c145763336808556e620170b71205fe40.zip external_llvm-7452ac7c145763336808556e620170b71205fe40.tar.gz external_llvm-7452ac7c145763336808556e620170b71205fe40.tar.bz2 |
This is not part of the test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17541 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Debugger')
-rw-r--r-- | test/Debugger/funccall.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Debugger/funccall.c b/test/Debugger/funccall.c index cc36385..b99a885 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 |