summaryrefslogtreecommitdiff
path: root/Examples/test-suite/d/typemap_out_optimal_runme.1.d
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/d/typemap_out_optimal_runme.1.d')
-rw-r--r--Examples/test-suite/d/typemap_out_optimal_runme.1.d10
1 files changed, 0 insertions, 10 deletions
diff --git a/Examples/test-suite/d/typemap_out_optimal_runme.1.d b/Examples/test-suite/d/typemap_out_optimal_runme.1.d
deleted file mode 100644
index 1267197e2..000000000
--- a/Examples/test-suite/d/typemap_out_optimal_runme.1.d
+++ /dev/null
@@ -1,10 +0,0 @@
-module typemap_out_optimal_runme;
-
-import typemap_out_optimal.XX;
-
-void main() {
- XX x;
- XX.trace = false;
- x = XX.create();
- x = XX.createConst();
-}