Skip to content

Commit d7db182

Browse files
committed
C++: Add a generated file to the test.
1 parent 1e1ae27 commit d7db182

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
| 93 |
1+
| 96 |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/**
2+
* This file is generated by abc.xyz. Do not edit!
3+
*
4+
* (except that this isn't really a generated file, but the above is the typical sort of comment
5+
* you see at the beginning of a true generated file).
6+
*/
7+
8+
int generated_function() {
9+
// ...
10+
11+
return 1;
12+
}

0 commit comments

Comments
 (0)