1 /* 2 * Copyright (c) 2024 TOKITA Hiroshi 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 main(void)6 int main(void) 7 { 8 return 0; 9 } 10