forked from OSchip/llvm-project
parent
7aa9eb16fd
commit
249b976ed2
|
@ -789,7 +789,7 @@ define i32 @main() { <i>; i32()* </i>
|
|||
</pre>
|
||||
|
||||
<p>You may give a name to any <a href="#typesystem">type</a> except
|
||||
"<a href="t_void">void</a>". Type name aliases may be used anywhere a type
|
||||
"<a href="#t_void">void</a>". Type name aliases may be used anywhere a type
|
||||
is expected with the syntax "%mytype".</p>
|
||||
|
||||
<p>Note that type names are aliases for the structural type that they indicate,
|
||||
|
|
Loading…
Reference in New Issue