MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / InsClass

Class InsClass

tests/system_test/ctor_dtor_test.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56};
57
58class InsClass : public AbsClass {
59 public:
60 void Func() override { val = 'C'; }
61};
62
63auto ctor_dtor_test() -> bool {
64 klog::Info("Running C++ Runtime Tests...");

Callers 1

ctor_dtor_testFunction · 0.85

Calls

no outgoing calls

Tested by 1

ctor_dtor_testFunction · 0.68