diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-05-04 15:40:44 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-05-04 15:40:44 +0900 |
| commit | e121612e7636a32f6b3b1944c41a45c190984f3d (patch) | |
| tree | e67a5343f58a5b6544e0335428f8f7538ce09abf /tests/022.sh | |
| parent | 1a224ae3f0e9565e0740288c176967659d856928 (diff) | |
| download | P4Dcc-e121612e7636a32f6b3b1944c41a45c190984f3d.tar.gz P4Dcc-e121612e7636a32f6b3b1944c41a45c190984f3d.tar.zst P4Dcc-e121612e7636a32f6b3b1944c41a45c190984f3d.zip | |
pointer arithmetic operations
Diffstat (limited to 'tests/022.sh')
| -rw-r--r-- | tests/022.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/022.sh b/tests/022.sh index e9c8103..e5749f2 100644 --- a/tests/022.sh +++ b/tests/022.sh @@ -4,6 +4,8 @@ cat <<'EOF' > expected 42 42 EOF bash ../../test_diff.sh <<'EOF' +int printf(); + int main() { int x; int* y; |
