1! { dg-do compile }
2! { dg-options "-Wdate-time" }
3print *, __TIMESTAMP__  ! { dg-warning "might prevent reproducible builds" }
4print *, __TIME__  ! { dg-warning "might prevent reproducible builds" }
5print *, __DATE__  ! { dg-warning "might prevent reproducible builds" }
6end
7