/* * Copyright 2012 Phil Pratt-Szeliga and other contributors * http://chirrup.org/ * * See the file LICENSE for copying permission. */ package org.trifort.rootbeer.testcases.rootbeertest; public class CompositeClass0 extends Exception { private int m_Shared; private int m_ZeroExtra; public CompositeClass0(){ m_Shared = 950; } }