forked from OSchip/llvm-project
parent
d1ee66e412
commit
41ecf6cc3d
|
@ -21,7 +21,7 @@ struct s {
|
|||
struct s *value;
|
||||
};
|
||||
|
||||
int f1(struct s **pval) {
|
||||
void f1(struct s **pval) {
|
||||
int *tbool = ((void*)0);
|
||||
struct s *t = *pval;
|
||||
pval = &(t->value);
|
||||
|
|
Loading…
Reference in New Issue