// SPDX-License-Identifier: GPL-2.0-only /* * Test the framework itself. These tests confirm that setup works. * * Copyright (C) 2023, Ventana Micro Systems Inc., Andrew Jones */ #include int main(void) { puts("Hello, world\n"); return 0; }