Skip to content
Snippets Groups Projects
Commit e9427342 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[region] test added

parent 7c3478ae
No related branches found
No related tags found
No related merge requests found
void f ( int k ) {
struct { int x,y,z[4]; } s ;
s.x = 1 ;
s.z [ k ] = 0;
}
[kernel] Parsing index.c (with preprocessing)
[region] Analyzing regions
[region] Function f:
R0007: R-- k (int) 32b ;
R0001: --- s 192b { .x: R0002; #32b; .z: R0005[4]; } ;
R0002: -W- (int) 32b ;
R0005: -W- (int) 32b ;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment