mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-10 14:36:12 +00:00
5 lines
86 B
LLVM
5 lines
86 B
LLVM
|
|
; RUN: opt < %s -verify -S | grep noimplicitfloat
|
|
declare void @f() noimplicitfloat
|
|
|