blob: f29ecec028b77e72735e5a54b0f8c76977991cd4 [file] [log] [blame]
// rustfmt-wrap_comments: true
/** foobar */
const foo1: u32 = 0;
/**
* foobar
*/
const foo2: u32 = 0;