1 /* 2 * Copyright (c) 2023 Carl Zeiss Meditec AG 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 main(void)6 int main(void) 7 { 8 return 0; 9 } 10