blob: d5a9b0ac131de7b1de5e6acbe29442bb671f7f20 [file] [log] [blame]
namespace X {
typedef struct {
} x;
}
typedef X::x x;
using X::x;