Files
2026-06-03 13:59:53 +02:00

17 lines
370 B
MLIR

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