brintos

brintos / llvm-project-archived public Read only

0
0
Text · 94 B · 7f75d09 Raw
8 lines · c
1/* -*- C++ -*- */2#include "DebugNestedA.h"3class C {4  void run(AF &af) {5    af.f();6  }7};8