Changed tests to guarantee portability

[SVN r22245]
This commit is contained in:
John Maddock
2004-02-12 11:29:47 +00:00
parent 328b4fee16
commit 68545773d5
4 changed files with 10 additions and 5 deletions

View File

@ -18,7 +18,7 @@ struct Bob
public:
// Member function scope: provides access to member variables
int x;
char x[4];
char c;
int f()
{