more than one memory attribute
More than one memory attribute ( __near, __far, __huge, or __based ) is applied to an item.
The following sample generates C2131:
typedef int __near nint; nint __far a; // error