xref: /third_party/libabigail/tests/data/test-diff-dwarf/test29-vtable-changes-v1.cc (revision e01aa904)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/libabigail/tests/data/test-diff-dwarf/
1e01aa904Sopenharmony_ci// Compile this with :
2e01aa904Sopenharmony_ci//  gcc -g -Wall -c test29-vtable-changes-v1.cc
3e01aa904Sopenharmony_ci
4e01aa904Sopenharmony_cistruct S
5e01aa904Sopenharmony_ci{
6e01aa904Sopenharmony_ci  virtual ~S();
7e01aa904Sopenharmony_ci  virtual void fn0();
8e01aa904Sopenharmony_ci  virtual void fn1();
9e01aa904Sopenharmony_ci};
10e01aa904Sopenharmony_ci
11e01aa904Sopenharmony_ciS::~S()
12e01aa904Sopenharmony_ci{}
13e01aa904Sopenharmony_ci
14e01aa904Sopenharmony_civoid
15e01aa904Sopenharmony_ciS::fn0()
16e01aa904Sopenharmony_ci{}
17e01aa904Sopenharmony_ci
18e01aa904Sopenharmony_civoid
19e01aa904Sopenharmony_ciS::fn1()
20e01aa904Sopenharmony_ci{}
21

Indexes created Thu Nov 07 10:32:03 CST 2024