mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
6 lines
99 B
LLVM
6 lines
99 B
LLVM
; RUN: %revngopt %s -S -o - | FileCheck %s
|
|
; CHECK: define i1 @f
|
|
define i1 @f () {
|
|
ret i1 true
|
|
}
|