mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-15 08:58:51 +00:00
7 lines
199 B
LLVM
7 lines
199 B
LLVM
|
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
|
||
|
; RUN: verify-uselistorder %s
|
||
|
; Basic smoke test for token type.
|
||
|
|
||
|
; CHECK: declare void @llvm.token.foobar(token)
|
||
|
declare void @llvm.token.foobar(token)
|