mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
8 lines
147 B
LLVM
8 lines
147 B
LLVM
|
; Test function notes
|
||
|
; RUN: not llvm-as %s |& grep "only one inline note"
|
||
|
|
||
|
define void @fn1() notes(inline=always,inline=never) {
|
||
|
ret void
|
||
|
}
|
||
|
|