1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/test/Assembler/2002-07-14-InternalLossage.ll

10 lines
177 B
LLVM
Raw Normal View History

; Test to make sure that the 'internal' tag is not lost!
;
2008-02-14 08:57:12 +01:00
; RUN: llvm-as < %s | llvm-dis | grep internal
2008-02-14 08:57:12 +01:00
declare void @foo()
2008-02-14 08:57:12 +01:00
define internal void @foo() {
ret void
}