summaryrefslogtreecommitdiff
path: root/test-trace-2.h
diff options
context:
space:
mode:
Diffstat (limited to 'test-trace-2.h')
-rw-r--r--test-trace-2.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/test-trace-2.h b/test-trace-2.h
new file mode 100644
index 0000000..4239baa
--- /dev/null
+++ b/test-trace-2.h
@@ -0,0 +1,7 @@
+
+#if !defined (_TEST_TRACE_2_H_)
+#define _TEST_TRACE_2_H_
+
+typedef double test_type_2;
+
+#endif