From 1d943da0cf9154e7ce78ce867cdbb91531c5d78e Mon Sep 17 00:00:00 2001 From: Matthew Sotoudeh Date: Tue, 25 Jul 2023 14:58:33 -0700 Subject: initial dietc commit --- tests/ptr_arith.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/ptr_arith.c (limited to 'tests/ptr_arith.c') diff --git a/tests/ptr_arith.c b/tests/ptr_arith.c new file mode 100644 index 0000000..1f0d0aa --- /dev/null +++ b/tests/ptr_arith.c @@ -0,0 +1,4 @@ +int main(void) { + int *x; + x[5] = 1; +} -- cgit v1.2.3