aboutsummaryrefslogblamecommitdiffstats
path: root/test/bruisertest/test.cpp
blob: 40bfb47c2a4a49719d982a995e014bc87ce98c65 (plain) (tree)




















                                     
namespace devi
{
  class LOCO
  {
    public:
      LOCO () {}

      void lupo (void)
      {
        int a = 1;
        int b = 2;
        int c = 3;
      }
  };
}

int main(int argc, const char **argv)
{

}