From 3c398ff301cb90f020ed04283c099b9e99146670 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 27 Jun 2018 22:24:12 -0700 Subject: 4278 - load_elf() isn't actually working yet Here's a few test binaries generated on 32-bit Linux. --- subx/teensy/test1.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 subx/teensy/test1.c (limited to 'subx/teensy/test1.c') diff --git a/subx/teensy/test1.c b/subx/teensy/test1.c new file mode 100644 index 00000000..16a9e9b6 --- /dev/null +++ b/subx/teensy/test1.c @@ -0,0 +1,3 @@ +// https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html +// gcc -Wall -s test1.c -o test1 +int main() { return 42; } -- cgit 1.4.1-2-gfad0 ct name='h' onchange='this.form.submit();'> Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log blame commit diff stats
path: root/tests/test_jid.c
blob: ff5f4c9ad2ff848de45760092df33dd345254a69 (plain) (tree)
1
2
3
4
5
6
7
8
9