Guest User

Untitled

a guest
Jul 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. void teste(){
  2. #define _teste
  3. }
  4.  
  5. int main(){
  6. teste();
  7.  
  8. #ifndef _teste
  9. #error "Chame a funcao teste();
  10. #endif
  11.  
  12. return 0;
  13. }
Add Comment
Please, Sign In to add comment