diff options
Diffstat (limited to 'test/CBackend/2002-09-20-VarArgPrototypes.ll')
-rw-r--r-- | test/CBackend/2002-09-20-VarArgPrototypes.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CBackend/2002-09-20-VarArgPrototypes.ll b/test/CBackend/2002-09-20-VarArgPrototypes.ll new file mode 100644 index 0000000..6f318fa --- /dev/null +++ b/test/CBackend/2002-09-20-VarArgPrototypes.ll @@ -0,0 +1,4 @@ + +declare void %foo(...) + + |