summaryrefslogtreecommitdiffstats
path: root/Tests/VSManagedCustomCommand/example.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/VSManagedCustomCommand/example.txt')
-rw-r--r--Tests/VSManagedCustomCommand/example.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/VSManagedCustomCommand/example.txt b/Tests/VSManagedCustomCommand/example.txt
new file mode 100644
index 0000000..05f95f1
--- /dev/null
+++ b/Tests/VSManagedCustomCommand/example.txt
@@ -0,0 +1,4 @@
+__declspec(dllexport) int example()
+{
+ return 0;
+}