This website requires JavaScript.
Explore
Help
Sign In
walkero
/
cppcheck
Watch
1
Star
0
Fork
You've already forked cppcheck
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
9973db3a71
cppcheck
/
addons
/
test
/
misra-test.cpp
9 lines
74 B
C++
Raw
Blame
History
// #8441
class
C
{
int
a
;
int
b
;
C
(
)
:
a
(
1
)
,
b
(
1
)
{
c
;
}
}
;
Reference in New Issue
View Git Blame
Copy Permalink