#include struct mystruct; typedef struct mystruct myincompletetype; myincompletetype x; int main() { return 0; }