brintos

brintos / llvm-project-archived public Read only

0
0
Text · 112 B · 71a9579 Raw
11 lines · cpp
1#include "shared.h"2 3struct WrapperB {4  OuterY y;5  OuterX x;6};7 8WrapperB* foo() {9  return new WrapperB();10}11