Better support of //@ style
ID0000079: This issue was created automatically from Mantis Issue 79. Further discussion may take place here.
Id | Project | Category | View | Due Date | Updated |
---|---|---|---|---|---|
ID0000079 | Frama-C | Kernel > ACSL implementation | public | 2009-05-11 | 2010-02-05 |
Reporter | boris | Assigned To | virgile | Resolution | open |
Priority | normal | Severity | feature | Reproducibility | always |
Platform | - | OS | - | OS Version | - |
Product Version | Frama-C Lithium-20081201 | Target Version | - | Fixed in Version | - |
Description :
Annotation consisting of several //@ lines should be supported. Eg, the following code produces a syntax error, whereas the /*@ ... */ style works:
//@ loop invariant a[0] == 1; //@ loop invariant 1 <= i; for(i=1; i<10; i++)