File: use_original.cpp

package info (click to toggle)
rocm-cmake 6.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 948 kB
  • sloc: cpp: 82; python: 33; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#include "wrapper/wrapper.h"
#include "other/other.h"

int main() {
    wrapper();
}