template struct Node {}; typedef int DataType; int main() { Node head; DataType data; return 0; }