// Copyright (c) Microsoft Corporation // SPDX-License-Identifier: MIT #pragma clang section text = "xdp_prog" int func() { return 42; }