Sign in
qemu
/
meson
/
848ee45bb2c9ff81269e9232384f351855785ecb
/
.
/
test cases
/
common
/
186 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
;
}