[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / clang / test / Preprocessor / print_line_include.c
blobd65873cb73668aebfdcf5faf35f98e737df5e459
1 // RUN: %clang_cc1 -E -P %s | FileCheck %s
2 // CHECK: int x;
3 // CHECK-NEXT: int x;
5 #include "print_line_include.h"
6 #include "print_line_include.h"