scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 1258e68dd96e65545956fb658b9235e52c99d6a4
parent 541539b33afc0c198e44ecce36b6b0f2030c6b3b
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun, 31 Oct 2021 18:29:42 +0100

tests/cc: Fix small typo in 0159-typedef.c

Diffstat:
Mtests/cc/execute/0159-typedef.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/cc/execute/0159-typedef.c b/tests/cc/execute/0159-typedef.c @@ -14,7 +14,7 @@ f(void) } Clock0link cl0 = { - .clock = f; + .clock = f }; int