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