mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-30 08:49:04 -04:00
5 lines
86 B
LLVM
5 lines
86 B
LLVM
|
|
; RUN: opt < %s -verify -S | grep noimplicitfloat
|
|
declare void @f() noimplicitfloat
|
|
|