class Backtrace { int[] backtrace_entry; // is actually (struct backtrace_entry) private Backtrace() { } }