mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 01:35:49 -04:00
7 lines
94 B
C++
7 lines
94 B
C++
/* -*- C++ -*- */
|
|
#include "DebugNestedA.h"
|
|
class C {
|
|
void run(AF &af) {
|
|
af.f();
|
|
}
|
|
};
|