Skip character literals when preprocessing

This commit is contained in:
Jonathan Müller 2017-04-21 11:52:30 +02:00
commit bc9b8433c8
2 changed files with 14 additions and 4 deletions

View file

@ -145,7 +145,10 @@ struct a {};
/// u
/** b
* b */
void b(int, float);
void b(int, float)
{
auto c = '#';
}
/** u */
//! c