C Preprocessor - Programming

Q1:

Would the following typedef work?
typedef #include l;

A Yes

B No

ANS:A - Yes

Because typedef goes to work after preprocessing.