view nocompile/c/const_35_A.d @ 886:976d6a6a7907

div. C++ porting tests
author thomask
date Sat, 04 Mar 2006 11:02:26 +0000
parents
children
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// Porting: C++

// __DSTRESS_ELINE__ 17

module dstess.nocompile.c.const_35_A;

struct S{
	int i;

	void foo(int i){
	}

	void bar(int i) const{
	}
}