summaryrefslogtreecommitdiff
path: root/Examples/test-suite/preproc_gcc_output.h
blob: cc5065d12343566b948bbfff3710f5fd8594458f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 1 "header1.h"
# 1 "<built-in>"
# 1 "<command-line>"
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 1 "<command-line>" 2
# 1 "header1.h"
# 18 "header1.h"
void header1_function_a(int a);
# 1 "header2.h" 1
# 13 "header2.h"
void header2_function(int x);
# 20 "header1.h" 2
void header1_function_b(int b);