summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/avremu/test-suite/empty-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/avremu/test-suite/empty-main.c')
-rw-r--r--Master/texmf-dist/source/latex/avremu/test-suite/empty-main.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/avremu/test-suite/empty-main.c b/Master/texmf-dist/source/latex/avremu/test-suite/empty-main.c
new file mode 100644
index 00000000000..fa0d0dc57d5
--- /dev/null
+++ b/Master/texmf-dist/source/latex/avremu/test-suite/empty-main.c
@@ -0,0 +1,10 @@
+int main() {
+ asm volatile ("break");
+}
+
+/**
+ check-name: Run simple main Function
+ check-start:
+\avr@instr@stepn{5000}
+ check-end:
+**/