#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main(void) {
char *str = " teste";
while (*str++ == ' ');
str--;
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CiNpbmNsdWRlIDxzdGRsaWIuaD4KI2luY2x1ZGUgPHN0cmluZy5oPgoKaW50IG1haW4odm9pZCkgewogICAgY2hhciAqc3RyID0gIiAgIHRlc3RlIjsKICAgIHdoaWxlICgqc3RyKysgPT0gJyAnKTsKICAgIHN0ci0tOwogICAgcHJpbnRmKCIlcyIsIHN0cik7CiAgICByZXR1cm4gMDsKfQ==