Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
common
/
175 ndebug if-release disabled
/
main.c
blob: cb3ec3f654bd6372174ce00db4f9a67880ca05a6 [
file
] [
log
] [
blame
]
#include
<assert.h>
#include
<stdlib.h>
int
main
(
void
)
{
assert
(
0
);
return
EXIT_SUCCESS
;
}