summaryrefslogtreecommitdiff
path: root/ccan/array_size/test/compile_fail-function-param.c
AgeCommit message (Collapse)Author
2015-08-20array_size: fix spurious test fail with gcc-5Rusty Russell
It now warns about sizeof(function-param-not-really-an-array). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2011-03-22array_size: make sure tests work even without GCC features.Rusty Russell
In this case, "work" means "fail to compile cleanly".
2009-02-17Finally, ARRAY_SIZE!Rusty Russell