279aa8f685
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
15 lines
275 B
LLVM
15 lines
275 B
LLVM
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
|
|
|
@G = internal global i32 7
|
|
define i32 @g() {
|
|
entry:
|
|
%0 = load i32, i32* @G
|
|
ret i32 %0
|
|
}
|
|
|
|
@analias = alias void (...), bitcast (void ()* @aliasee to void (...)*)
|
|
define void @aliasee() {
|
|
entry:
|
|
ret void
|
|
}
|