clang-tools 19.0.0git
sample.h
Go to the documentation of this file.
1#pragma once
2
3// Introduce a symbol.
4struct Foo {
5 virtual void Func() {}
6};
Definition: sample.h:4
virtual void Func()
Definition: sample.h:5