~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to tests/decl_ptr_ref.cpp

  • Committer: Michele Martone
  • Date: 2023-11-16 17:14:57 UTC
  • Revision ID: git-v1:a21415de0221553b69e5ab93228efefa2e7a7fb1
coccinelle-side support for rvalue references, parsing with tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
int main()
 
2
{
 
3
        int   v = 0;
 
4
        int   a = 0;
 
5
        int * b = &v;
 
6
}
 
7