blob: fe8e56a403b0689f9322f05bfa9782e3f966e3bb [file]
/*
* SPDX-License-Identifier: Apache-2.0
* Copyright © 2024 Intel Corporation
*/
#include "lib3.hpp"
static MyStruct thing = {
.cost = -5,
.power = 1,
};
int main() {
print(&thing);
return 0;
}