Files
revng-revng/tests/unit/mlir_lit_tests/expressions/cast-decay-function.mlir
2025-03-24 09:27:57 +02:00

17 lines
394 B
MLIR

//
// This file is distributed under the MIT License. See LICENSE.md for details.
//
// RUN: %revngcliftopt %s
!void = !clift.primitive<void 0>
!function = !clift.defined<#clift.func<
"/type-definition/1000-CABIFunctionDefinition" as "f" : !void()
>>
!function$ptr = !clift.ptr<8 to !function>
%function = clift.undef : !function
clift.cast<decay> %function : !function -> !function$ptr