aboutsummaryrefslogtreecommitdiff
path: root/libndarray.v
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-06-25 16:34:58 +0200
committerAnton Khirnov <anton@khirnov.net>2020-06-25 16:34:58 +0200
commit1c05a006eb2121ab45d65ff9e82a8e5370563c03 (patch)
tree5a03b6f1bd5c327bb90ba26ae744256a38a1fdd7 /libndarray.v
Initial commit.
Diffstat (limited to 'libndarray.v')
-rw-r--r--libndarray.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/libndarray.v b/libndarray.v
new file mode 100644
index 0000000..90335b2
--- /dev/null
+++ b/libndarray.v
@@ -0,0 +1,4 @@
+LIBNDARRAY_0 {
+ global: ndarray_*;
+ local: *;
+};