#include <termios.h>
int const foo = TCSADRAIN;
int main(void) { return 0; }
