blob: bc6aff7a323328d5d073abc03f08e68bc5195add [file] [log] [blame]
#include <ccan/str/str.h>
int main(void)
{
static char str[STR_MAX_CHARS(int)];
return str[0] ? 0 : 1;
}