view test/Linker/Inputs/alias.ll @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents afa8332a0e37
children
line wrap: on
line source

@zed = global i32 42
@foo = alias i32, i32* @zed
@foo2 = alias i16, bitcast (i32* @zed to i16*)