Function specification not exposed through vspec visitor method
ID0000727:
**This issue was created automatically from Mantis Issue 727. Further discussion may take place here.**
---
| **Id** | **Project** | **Category** | **View** | **Due Date** | **Updated** |
| --- | --- | --- | --- | --- | --- |
| ID0000727 | Frama-C | Kernel | public | 2011-02-17 | 2014-02-12 |
| | | | | | |
| --- | --- | --- | --- | --- | --- |
| **Reporter** | yakobowski | **Assigned To** | virgile | **Resolution** | fixed |
| **Priority** | normal | **Severity** | major | **Reproducibility** | always |
| **Platform** | - | **OS** | - | **OS Version** | - |
| **Product Version** | Frama-C Carbon-20110201 | **Target Version** | - | **Fixed in Version** | Frama-C Nitrogen-20111001 |
### Description :
The attached prints
Funspec of f is '' through visitor
It is 'behavior default:
assigns \nothing;' through get_spec
when called on this code
//@ assigns \nothing;
void f () {}
To the best of my understanding, it should print the same things in the two cases.
## Attachments
- [vis.ml](/uploads/5f84032e33971c4f38c0c566dc33152e/vis.ml)
issue