Rui Ueyama a6b82da1ae Add typedef
In the following example, `x` is defined as an alias for `int`.

  typedef x;

Below is valid C code where the second `t` is a local variable
of type int having value 3.

  typedef int t;
  t t = 3;
2020-12-07 11:51:20 +09:00
2020-12-07 11:51:20 +09:00
2020-12-07 11:51:20 +09:00
2020-12-07 11:51:20 +09:00
2020-12-07 11:51:20 +09:00
2020-12-07 11:51:20 +09:00
2020-12-07 11:51:20 +09:00

This is the reference implementation of https://www.sigbus.info/compilerbook.

Description
No description provided
Readme MIT 2.2 MiB
Languages
C 96.8%
Shell 2.8%
Makefile 0.4%