Benign redeclarations

Benign redeclarations of typedef names are permitted. That is, a typedef name can be redeclared in the same scope as the same type.

Show/hideExample

typedef int INT;typedef int INT; /* redeclaration */
Copyright © 2010-2011 ARM. All rights reserved.ARM DUI 0491F
Non-ConfidentialID091611