1 // RUN: %clang_cc1 -fopenmp -ast-print %s | FileCheck %s --check-prefix=PRINT
2 // RUN: %clang_cc1 -ast-print %s | FileCheck %s --check-prefix=PRINT
4 // Checks whether the `if` body looks same with and without OpenMP enabled
17 // PRINT: if (x % 2 == 0)