1 // Test that the input originally is included.
5 #line 2 "cpp-source.rc"
6 // Content from a rc file (potentially the source file itself) is included.
10 // Test a preprocessing directive that starts with leading whitespace.
11 #line 1 "\\some\\path\\header.h"
12 // Content from .h files is ignored.
14 #line 123 "\\some\\path\\header.h"
16 // Check GNU style line markers.
21 # 1 "other/header.h" 1
23 # 10 "cpp-source.rc" 2
24 // Test that other preprocessor directives are ignored.