pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2011-12-28
2011-12-28 17:55:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>
aba09a06ace8a448686ddf5797defc332fcb8c5a (
4
lines) (+
4
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Compiler: Added _Static_assert() and its companion macro static_assert.
709:
test_eq(typeof([function]`+), typeof(`+)) ]])
+
test_compile_error([[ static_assert(0, "Fail."); ]])
+
test_any([[ static_assert(1, "Ok."); ]], 0)
+
test_any([[ /* Detect bug in modify_shared_string(). *