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