|  | 
pub const @"void" = 0x0;
 | 
| address | 
pub const address = 0x1;
 | 
| boolean | 
pub const boolean = 0x2;
 | 
| complex_float | 
pub const complex_float = 0x3;
 | 
| float | 
pub const float = 0x4;
 | 
| signed | 
pub const signed = 0x5;
 | 
| signed_char | 
pub const signed_char = 0x6;
 | 
| unsigned | 
pub const unsigned = 0x7;
 | 
| unsigned_char | 
pub const unsigned_char = 0x8;
// DWARF 3.
 | 
| imaginary_float | 
pub const imaginary_float = 0x9;
 | 
| packed_decimal | 
pub const packed_decimal = 0xa;
 | 
| numeric_string | 
pub const numeric_string = 0xb;
 | 
| edited | 
pub const edited = 0xc;
 | 
| signed_fixed | 
pub const signed_fixed = 0xd;
 | 
| unsigned_fixed | 
pub const unsigned_fixed = 0xe;
 | 
| decimal_float | 
pub const decimal_float = 0xf;
// DWARF 4.
 | 
| UTF | 
pub const UTF = 0x10;
// DWARF 5.
 | 
| UCS | 
pub const UCS = 0x11;
 | 
| ASCII | 
pub const ASCII = 0x12;
 | 
| lo_user | 
pub const lo_user = 0x80;
 | 
| hi_user | 
pub const hi_user = 0xff;
// HP extensions.
 | 
| HP_float80 | 
pub const HP_float80 = 0x80; // Floating-point (80 bit).
 | 
| HP_complex_float80 | 
pub const HP_complex_float80 = 0x81; // Complex floating-point (80 bit).
 | 
| HP_float128 | 
pub const HP_float128 = 0x82; // Floating-point (128 bit).
 | 
| HP_complex_float128 | 
pub const HP_complex_float128 = 0x83; // Complex fp (128 bit).
 | 
| HP_floathpintel | 
pub const HP_floathpintel = 0x84; // Floating-point (82 bit IA64).
 | 
| HP_imaginary_float80 | 
pub const HP_imaginary_float80 = 0x85;
 | 
| HP_imaginary_float128 | 
pub const HP_imaginary_float128 = 0x86;
 | 
| HP_VAX_float | 
pub const HP_VAX_float = 0x88; // F or G floating.
 | 
| HP_VAX_float_d | 
pub const HP_VAX_float_d = 0x89; // D floating.
 | 
| HP_packed_decimal | 
pub const HP_packed_decimal = 0x8a; // Cobol.
 | 
| HP_zoned_decimal | 
pub const HP_zoned_decimal = 0x8b; // Cobol.
 | 
| HP_edited | 
pub const HP_edited = 0x8c; // Cobol.
 | 
| HP_signed_fixed | 
pub const HP_signed_fixed = 0x8d; // Cobol.
 | 
| HP_unsigned_fixed | 
pub const HP_unsigned_fixed = 0x8e; // Cobol.
 | 
| HP_VAX_complex_float | 
pub const HP_VAX_complex_float = 0x8f; // F or G floating complex.
 | 
| HP_VAX_complex_float_d | 
pub const HP_VAX_complex_float_d = 0x90; // D floating complex.
 | 
|  |