This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
45b4c4995e
llvm-project
/
lldb
/
test
/
functionalities
/
watchpoint
/
variable_out_of_scope
/
main.c
15 lines
136 B
C
Raw
Blame
History
typedef
struct
{
int
a
;
float
b
;
}
mystruct
;
int
main
(
)
{
mystruct
c
;
c
.
a
=
5
;
c
.
b
=
3.6
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink