~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to tests/fresh_id_script.res

  • Committer: Julia Lawall
  • Date: 2020-02-12 20:20:49 UTC
  • mfrom: (4831.1.13)
  • Revision ID: git-v1:bad1779ec17bb87a7ab35780713752c09092abe2
MergeĀ gitlab.inria.fr:coccinelle/coccinelle

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
int main(void)
 
2
{
 
3
  foo(fresh1 + fresh72 + fresh73 + fresh1 + fresh72 + fresh73);
 
4
  foo(fresh1 + fresh72 + fresh73 + fresh1 + fresh72 + fresh73);
 
5
}