1 /* 2 * Copyright (c) 2023 Cirrus Logic, Inc. 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 main(void)6 int main(void) 7 { 8 return 0; 9 } 10