summaryrefslogtreecommitdiff
path: root/tests/functional/custom-prefix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/custom-prefix')
l---------tests/functional/custom-prefix/main.go1
-rw-r--r--tests/functional/custom-prefix/q.go5
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/functional/custom-prefix/main.go b/tests/functional/custom-prefix/main.go
new file mode 120000
index 0000000..f67563d
--- /dev/null
+++ b/tests/functional/custom-prefix/main.go
@@ -0,0 +1 @@
+../../main.go \ No newline at end of file
diff --git a/tests/functional/custom-prefix/q.go b/tests/functional/custom-prefix/q.go
new file mode 100644
index 0000000..48d66d3
--- /dev/null
+++ b/tests/functional/custom-prefix/q.go
@@ -0,0 +1,5 @@
+package q
+
+func MainTest() {
+ // FIXME
+}