blob: d0443fa52ee3c835f9758ab396cdfb8b65e74f53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Test
patch summary with no bug number
Some bogus patch description
diff --git a/tests/test2.cpp b/tests/test2.cpp
new file mode 100644
--- /dev/null
+++ b/tests/test2.cpp
@@ -0,0 +1,3 @@
+int main() {
+ return 0;
+}
|