summaryrefslogtreecommitdiff
path: root/examples/02-struct-singleton/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/02-struct-singleton/src')
-rw-r--r--examples/02-struct-singleton/src/point.hob3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/02-struct-singleton/src/point.hob b/examples/02-struct-singleton/src/point.hob
new file mode 100644
index 0000000..930a1b5
--- /dev/null
+++ b/examples/02-struct-singleton/src/point.hob
@@ -0,0 +1,3 @@
+struct Origin {
+ singleton;
+}