long long int; ; ; // comment ; /* Test Int */ 3; 52; 13; ; /* Test Float */ 13.70; 42.0; 1e+0; ; /* Test Char */ 'salut'; 'bonjour tout le monde'; 'je m appelle Nathan et je suis né en 1998'; 'enchanté !'; ; /* multi * line * comment */