blob: 08adee9308a54934522d9f9e33a01c0a37a1f823 [file] [log] [blame]
// Build don't link:
// GROUPS passed old-abort
class abc
{
public:
void F() { return; }
private:
typedef int myint;
typedef struct { int b; } mystruct;
typedef union { int c; } myunion;
};