aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-02-19 02:38:10 +0100
committerMatěj Cepl <mcepl@cepl.eu>2023-02-21 09:08:37 +0100
commit4ebba41e5f848dfdb1f16f6922d67e57d1697c10 (patch)
treec0fd92cdcc661156d56478a4bc4f97b684b3b0fc /test.c
parent2bef0f9728c30001e99569202300529ab50fb50b (diff)
downloadvis-selections-4ebba41e5f848dfdb1f16f6922d67e57d1697c10.tar.gz
Add test case file.HEADmaster
Diffstat (limited to 'test.c')
-rw-r--r--test.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/test.c b/test.c
new file mode 100644
index 0000000..511cf77
--- /dev/null
+++ b/test.c
@@ -0,0 +1,16 @@
+
+void cat() {
+ eat();
+ meow();
+ drink();
+ purr();
+ sleep();
+}
+
+void dog() {
+ eat();
+ bark();
+ drink();
+ growel();
+ sleep();
+} \ No newline at end of file