File: Destructor-annotate.cxx

package info (click to toggle)
castxml 0.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,220 kB
  • sloc: cpp: 4,449; ansic: 276; sh: 85; makefile: 12
file content (4 lines) | stat: -rw-r--r-- 72 bytes parent folder | download | duplicates (5)
1
2
3
4
class start
{
  __attribute__((annotate("an annotation"))) ~start();
};