Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
open-source-case-studies
Commits
42d78536
Commit
42d78536
authored
Apr 27, 2021
by
Andre Maroneze
💬
Browse files
[ioccc] fix signature in annotation
parent
f939f27c
Pipeline
#34627
passed with stage
in 72 minutes and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ioccc/.frama-c/2019_yang_violet.parse/framac.ast
View file @
42d78536
...
...
@@ -61,8 +61,7 @@ void s(void)
return;
}
/*@ assigns \result;
assigns \result \from \nothing; */
/*@ assigns \nothing; */
void m(int p_0, int q_0)
{
_ d_0 = (p_0 + q_0) / 2;
...
...
ioccc/2019/yang/violet.c
View file @
42d78536
//@ assigns \
result \from \nothing;
int
m
(
int
,
int
);
//@ assigns \
nothing; //unsound
void
m
(
int
,
int
);
#include<stdio.h>
#
/* [bbde3cf3]*/
include<stdlib.h>
# define D(o,l,I)
/*( C ) 2 0 1 9 */
o##l##I
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment