File: copy_paste_hidden_by_dummy_cast.i

package info (click to toggle)
frama-c 20161101%2Bsilicon%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 42,324 kB
  • ctags: 35,695
  • sloc: ml: 200,142; ansic: 31,465; makefile: 2,334; sh: 1,643; lisp: 259; python: 85; asm: 26
file content (20 lines) | stat: -rw-r--r-- 335 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
typedef unsigned short T_WORD16;
typedef unsigned int T_WORD32;
typedef short T_INT16;
typedef float T_FLOAT;

struct S {
   T_INT16 a ;
   T_WORD32 b ;
};
typedef struct S T_ERREUR_ANO;

T_ERREUR_ANO const  A4O1_Ci_sNO_ERREUR_ANO = {0, 0};

void main () {
  struct S Rl_sErreurAno ;
  Rl_sErreurAno = A4O1_Ci_sNO_ERREUR_ANO;
  
}