#include <assert.h>#include <stdlib.h>#include <stdio.h>#include "stdtypes.h"#include "fifo_list.h"#include "str.h"#include "sym.h"#include "type.h"#include "const.h"#include "dsym.h"Include dependency graph for main.C:

Go to the source code of this file.
Functions | |
| main (int argc, char *argv[]) | |
|
||||||||||||
|
Definition at line 15 of file main.C. References sym_type::set_ty_type().
00016 {
00017 sym s;
00018 sym_type named_type;
00019 type_record rec_type;
00020 type_record * pRecType;
00021
00022 pRecType = &rec_type;
00023
00024 named_type.set_ty_type( pRecType );
00025 } // main
|
1.3.3