mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
973d44eb7c
Patch developed by Andy Kaylor and Daniel Malea. Reviewed on llvm-commits. llvm-svn: 148231
7 lines
63 B
LLVM
7 lines
63 B
LLVM
; RUN: %lli %s > /dev/null
|
|
|
|
define i32 @main() {
|
|
ret i32 0
|
|
}
|
|
|