Lines Matching full:echo
9 // RUN: echo 'module a0 { header "a0.h" export * }' > %t/module.modulemap
10 // RUN: echo 'module b0 { header "b0.h" export * }' >> %t/module.modulemap
11 // RUN: echo 'module a1 { header "a1.h" export * }' >> %t/module.modulemap
12 // RUN: echo 'module b1 { header "b1.h" export * }' >> %t/module.modulemap
13 // RUN: echo 'module a2 { header "a2.h" export * }' >> %t/module.modulemap
14 // RUN: echo 'module b2 { header "b2.h" export * }' >> %t/module.modulemap
15 // RUN: echo 'module a3 { header "a3.h" export * }' >> %t/module.modulemap
16 // RUN: echo 'module b3 { header "b3.h" export * }' >> %t/module.modulemap
17 // RUN: echo 'module a4 { header "a4.h" export * }' >> %t/module.modulemap
18 // RUN: echo 'module b4 { header "b4.h" export * }' >> %t/module.modulemap
19 // RUN: echo 'module a5 { header "a5.h" export * }' >> %t/module.modulemap
20 // RUN: echo 'module b5 { header "b5.h" export * }' >> %t/module.modulemap
21 // RUN: echo 'module a6 { header "a6.h" export * }' >> %t/module.modulemap
22 // RUN: echo 'module b6 { header "b6.h" export * }' >> %t/module.modulemap
23 // RUN: echo 'module a7 { header "a7.h" export * }' >> %t/module.modulemap
24 // RUN: echo 'module b7 { header "b7.h" export * }' >> %t/module.modulemap
25 // RUN: echo 'module a8 { header "a8.h" export * }' >> %t/module.modulemap
26 // RUN: echo 'module b8 { header "b8.h" export * }' >> %t/module.modulemap
27 // RUN: echo 'module a9 { header "a9.h" export * }' >> %t/module.modulemap
28 // RUN: echo 'module b9 { header "b9.h" export * }' >> %t/module.modulemap
29 // RUN: echo 'module a10 { header "a10.h" export * }' >> %t/module.modulemap
30 // RUN: echo 'module b10 { header "b10.h" export * }' >> %t/module.modulemap
31 // RUN: echo 'module a11 { header "a11.h" export * }' >> %t/module.modulemap
32 // RUN: echo 'module b11 { header "b11.h" export * }' >> %t/module.modulemap
33 // RUN: echo 'module a12 { header "a12.h" export * }' >> %t/module.modulemap
34 // RUN: echo 'module b12 { header "b12.h" export * }' >> %t/module.modulemap
35 // RUN: echo 'module a13 { header "a13.h" export * }' >> %t/module.modulemap
36 // RUN: echo 'module b13 { header "b13.h" export * }' >> %t/module.modulemap
37 // RUN: echo 'module a14 { header "a14.h" export * }' >> %t/module.modulemap
38 // RUN: echo 'module b14 { header "b14.h" export * }' >> %t/module.modulemap
39 // RUN: echo 'module a15 { header "a15.h" export * }' >> %t/module.modulemap
40 // RUN: echo 'module b15 { header "b15.h" export * }' >> %t/module.modulemap
41 // RUN: echo 'module a16 { header "a16.h" export * }' >> %t/module.modulemap
42 // RUN: echo 'module b16 { header "b16.h" export * }' >> %t/module.modulemap
43 // RUN: echo 'module a17 { header "a17.h" export * }' >> %t/module.modulemap
44 // RUN: echo 'module b17 { header "b17.h" export * }' >> %t/module.modulemap
45 // RUN: echo 'module a18 { header "a18.h" export * }' >> %t/module.modulemap
46 // RUN: echo 'module b18 { header "b18.h" export * }' >> %t/module.modulemap
47 // RUN: echo 'module a19 { header "a19.h" export * }' >> %t/module.modulemap
48 // RUN: echo 'module b19 { header "b19.h" export * }' >> %t/module.modulemap
49 // RUN: echo 'module a20 { header "a20.h" export * }' >> %t/module.modulemap
50 // RUN: echo 'module b20 { header "b20.h" export * }' >> %t/module.modulemap
54 // RUN: echo 'template<int> struct X {}; extern X<0> x0;' > %t/x.h
55 // RUN: echo 'extern int n;' > %t/a0.h
57 // RUN: echo '#include "x.h"' > %t/a1.h
58 // RUN: echo '#include "a0.h"' >> %t/a1.h
59 // RUN: echo '#include "b0.h"' >> %t/a1.h
61 // RUN: echo '#include "x.h"' > %t/a2.h
62 // RUN: echo '#include "a1.h"' >> %t/a2.h
63 // RUN: echo '#include "b1.h"' >> %t/a2.h
65 // RUN: echo '#include "x.h"' > %t/a3.h
66 // RUN: echo '#include "a2.h"' >> %t/a3.h
67 // RUN: echo '#include "b2.h"' >> %t/a3.h
69 // RUN: echo '#include "x.h"' > %t/a4.h
70 // RUN: echo '#include "a3.h"' >> %t/a4.h
71 // RUN: echo '#include "b3.h"' >> %t/a4.h
73 // RUN: echo '#include "x.h"' > %t/a5.h
74 // RUN: echo '#include "a4.h"' >> %t/a5.h
75 // RUN: echo '#include "b4.h"' >> %t/a5.h
77 // RUN: echo '#include "x.h"' > %t/a6.h
78 // RUN: echo '#include "a5.h"' >> %t/a6.h
79 // RUN: echo '#include "b5.h"' >> %t/a6.h
81 // RUN: echo '#include "x.h"' > %t/a7.h
82 // RUN: echo '#include "a6.h"' >> %t/a7.h
83 // RUN: echo '#include "b6.h"' >> %t/a7.h
85 // RUN: echo '#include "x.h"' > %t/a8.h
86 // RUN: echo '#include "a7.h"' >> %t/a8.h
87 // RUN: echo '#include "b7.h"' >> %t/a8.h
89 // RUN: echo '#include "x.h"' > %t/a9.h
90 // RUN: echo '#include "a8.h"' >> %t/a9.h
91 // RUN: echo '#include "b8.h"' >> %t/a9.h
93 // RUN: echo '#include "x.h"' > %t/a10.h
94 // RUN: echo '#include "a9.h"' >> %t/a10.h
95 // RUN: echo '#include "b9.h"' >> %t/a10.h
97 // RUN: echo '#include "x.h"' > %t/a11.h
98 // RUN: echo '#include "a10.h"' >> %t/a11.h
99 // RUN: echo '#include "b10.h"' >> %t/a11.h
101 // RUN: echo '#include "x.h"' > %t/a12.h
102 // RUN: echo '#include "a11.h"' >> %t/a12.h
103 // RUN: echo '#include "b11.h"' >> %t/a12.h
105 // RUN: echo '#include "x.h"' > %t/a13.h
106 // RUN: echo '#include "a12.h"' >> %t/a13.h
107 // RUN: echo '#include "b12.h"' >> %t/a13.h
109 // RUN: echo '#include "x.h"' > %t/a14.h
110 // RUN: echo '#include "a13.h"' >> %t/a14.h
111 // RUN: echo '#include "b13.h"' >> %t/a14.h
113 // RUN: echo '#include "x.h"' > %t/a15.h
114 // RUN: echo '#include "a14.h"' >> %t/a15.h
115 // RUN: echo '#include "b14.h"' >> %t/a15.h
117 // RUN: echo '#include "x.h"' > %t/a16.h
118 // RUN: echo '#include "a15.h"' >> %t/a16.h
119 // RUN: echo '#include "b15.h"' >> %t/a16.h
121 // RUN: echo '#include "x.h"' > %t/a17.h
122 // RUN: echo '#include "a16.h"' >> %t/a17.h
123 // RUN: echo '#include "b16.h"' >> %t/a17.h
125 // RUN: echo '#include "x.h"' > %t/a18.h
126 // RUN: echo '#include "a17.h"' >> %t/a18.h
127 // RUN: echo '#include "b17.h"' >> %t/a18.h
129 // RUN: echo '#include "x.h"' > %t/a19.h
130 // RUN: echo '#include "a18.h"' >> %t/a19.h
131 // RUN: echo '#include "b18.h"' >> %t/a19.h
133 // RUN: echo '#include "x.h"' > %t/a20.h
134 // RUN: echo '#include "a19.h"' >> %t/a20.h
135 // RUN: echo '#include "b19.h"' >> %t/a20.h