summary refs log tree commit diff stats
path: root/tests/ccgbugs/t20787.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ccgbugs/t20787.nim')
-rw-r--r--tests/ccgbugs/t20787.nim4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ccgbugs/t20787.nim b/tests/ccgbugs/t20787.nim
new file mode 100644
index 000000000..c2d848c2c
--- /dev/null
+++ b/tests/ccgbugs/t20787.nim
@@ -0,0 +1,4 @@
+type
+  Obj = object
+    f: UncheckedArray[byte]
+let o = new Obj
\ No newline at end of file