Adding RUN lines.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17532 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tanya Lattner
2004-11-06 22:41:00 +00:00
parent d13e0ae12e
commit e9af5d186b
107 changed files with 214 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>