summaryrefslogtreecommitdiff
path: root/tools/build/v2/example/built_tool/tblgen/tblgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/v2/example/built_tool/tblgen/tblgen.cpp')
-rw-r--r--tools/build/v2/example/built_tool/tblgen/tblgen.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/build/v2/example/built_tool/tblgen/tblgen.cpp b/tools/build/v2/example/built_tool/tblgen/tblgen.cpp
new file mode 100644
index 0000000000..fbd0581334
--- /dev/null
+++ b/tools/build/v2/example/built_tool/tblgen/tblgen.cpp
@@ -0,0 +1,9 @@
+
+#include <iostream>
+
+int main()
+{
+ std::cout << "int foo;\n";
+ return 0;
+}
+