Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
53eacc1fa688f066a5426f44fbc85710677fc172
/
.
/
validation
/
mem2reg
/
alias-same.c
blob: 55cf42445fadce6bd932c28bce228b757e037859 [
file
] [
log
] [
blame
]
extern
int
g
;
static
int
foo
(
void
)
{
g
=
1
;
g
=
2
;
return
g
!=
1
;
}
/*
* check-name: alias same symbols
* check-command: test-linearize $file
* check-output-ignore
*
* check-output-contains: ret\\..* *\\$1
*/