blob: e21050765e4aaa11d4c3a4b7e1defe2f6585025c [file] [log] [blame]
40 columns |
>>> Line comment after `typedef`.
typedef // c
Alias = Type;
<<<
typedef // c
Alias = Type;
>>> Line comment after name.
typedef Alias // c
= Type;
<<<
typedef Alias // c
= Type;
>>> Line comment after `=`.
typedef Alias = // c
Type;
<<<
typedef Alias = // c
Type;
>>> Line comment after type.
typedef Alias = Type // c
;
<<<
typedef Alias =
Type // c
;
>>> Line comment after `;`.
typedef Alias = Type; // c
<<<
typedef Alias = Type; // c